Conversation
|
Pretty smart. Does it work? You can also consider vectorizing the function- right now we do this one validator index at a time, but there are node operators who have to generate multiple proofs per pass. |
It works!
The request I received was to optimize the memory footprint as some nodes were getting an OOM. Not sure if storing multiple proofs on a single pass would be an improvement on the memory issue. |
Make memory improvements to state ssz parsing automatically
f09154b to
c990cde
Compare
Merging this branch will increase overall coverage
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. |
No description provided.